projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c021b7a
)
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jun 1994 19:12:26 +0000
(19:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jun 1994 19:12:26 +0000
(19:12 +0000)
src/s/hpux9.h
patch
|
blob
|
history
diff --git
a/src/s/hpux9.h
b/src/s/hpux9.h
index 2dcfc12771b170a1941289242983c14051589305..efb50df53997ece8a77b531ef76a00a219c4baa9 100644
(file)
--- a/
src/s/hpux9.h
+++ b/
src/s/hpux9.h
@@
-13,5
+13,7
@@
#undef REL_ALLOC
#endif
+#ifndef __GNUC__
/* Make room for enough symbols, so dispnew.c does not fail. */
#define C_SWITCH_SYSTEM -Wp,-H200000
+#endif